home *** CD-ROM | disk | FTP | other *** search
- PROGRAM NAME: Cmdtotal.PRG
-
- DESCRIPTION: Simulates the dBASE II TOTAL command.
-
- ISSUE: December, 1985
-
- SOFTWARE VERSIONS: dBASE II, all versions
-
- FUNCTION: This program TOTALs one database file to another
- database file in a way that is very similar to the dBASE II TOTAL
- command.
-
- FILES NEEDED: Cmdtotal.PRG
-
- SETUP INSTRUCTIONS: You will need to replace the following names
- with the names that correspond to those in your particular
- application.
-
- Name Description
- Mainfile Database file to be TOTALed.
- Newfile Database file to be TOTALed TO.
- Key The grouping key expression.
- Field1 A numeric field in Mainfile.
- Field2 Another numeric field in Mainfile.